home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QGS2000.B50 < prev    next >
Encoding:
Text File  |  1995-05-18  |  2.3 KB  |  96 lines

  1.  
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║                   GunShip 2000 by MicroProse                          ║
  4. REM ║                                                                       ║
  5. REM ║                    FLCS / TQS / RCS FILE                              ║
  6. REM ║                                                                       ║
  7. REM ║              Digital Throttle - Continuous Characters                 ║
  8. REM ║                                                                       ║
  9. REM ╚═══════════════════════════════════════════════════════════════════════╝
  10.  
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║          Written and Tested by ThrustMaster Inc.  4-12-95             ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14.  
  15. REM ╔═══════════════╗
  16. REM ║ Game Settings ║
  17. REM ╚═══════════════╝
  18.  
  19. REM JOYSTICK for Collective in Setup
  20.  
  21. REM ╔══════════════╗
  22. REM ║ MDF Filename ║
  23. REM ╚══════════════╝
  24.  
  25. Mdef QGS2000
  26.  
  27. REM ╔════════════╗
  28. REM ║ Enable TQS ║
  29. REM ╚════════════╝
  30.  
  31. USE TQS
  32.  
  33. REM ╔══════╗
  34. REM ║ Rate ║
  35. REM ╚══════╝
  36.  
  37. RATE 20
  38.  
  39. REM ╔═══════════════╗
  40. REM ║ FLCS Commands ║
  41. REM ╚═══════════════╝
  42.  
  43.  
  44. REM  Hat One for Primary Views
  45.  
  46. BTN H1U /N Cockpit_View
  47. BTN H1L /N Left_View
  48. BTN H1R /N Right_View
  49. BTN H1D /N Missle_View
  50.  
  51. BTN S1 /N Rotor_Toggle
  52. BTN S2 /N Comanche_Gear
  53. BTN S3 /N Chaff_&_Flare
  54. BTN S4 /N RADAR_&_IR_Jam
  55.  
  56. REM  Hat Two for Primary Weapons Control
  57.  
  58. BTN H2U /N Acquire/Next_Tgt
  59. BTN H2L /N Cycle_Left_MFD
  60. BTN H2R /N Cycle_Right_MFD
  61. BTN H2D /N Select_Weapon
  62.  
  63. REM  Hat Three for Tactical Views
  64.  
  65. BTN H3U /N Tactical_View
  66. BTN H3L /N Cockpit_View
  67. BTN H3R /N Chase_View
  68. BTN H3D /N Revrse_Tact_View
  69.  
  70. REM  Hat Four for Secondary Weapons Control
  71.  
  72. BTN H4U /N Rocket_Salvo_X_1
  73. BTN H4L /N Rocket_Salvo_X_2
  74. BTN H4R /N Rocket_Salvo_X_4
  75. BTN H4D /N Weapons_Bay_Door
  76.  
  77. REM ╔══════════════╗
  78. REM ║ TQS Commands ║
  79. REM ╚══════════════╝
  80.  
  81. BTN T2 /N Prev_Waypoint
  82. BTN T3 /N Next_Waypoint
  83. BTN T4 /N Low_Limit_>
  84. BTN T5 /N Low_Limit_<
  85.  
  86. BTN T7 /P /N Pause_Game
  87.        /R /N Pause_Game
  88. BTN T8 /P /N Mission_Map
  89.        /R Exit_Map
  90. BTN T9 Drop_Chaff Drop_Flare
  91. BTN T10 /N Auto_Hover
  92.  
  93.  
  94. @Collective
  95. @Minimum_Collect
  96.